<* ** here are the macros to our example project *> <* ** macro ITS_ME: ** ** this is just a simple shortcut for the authors email address *> <$macro ITS_ME>
Its Me(me@some.where)
<* ** macro WEBPAGE: ** ** *> <$macro WEBPAGE> <* SGML header *> <* important comment *> <*-------------------------------------*> <$macro /WEBPAGE> <* closing BODY started in HEADING *> <* closing HTML started in WEBPAGE *> <* ** macro HEADING ** ** setup HEAD-part of a page: set -text and Heading *> <$macro HEADING TITLE:string> <HEAD> <TITLE><(Title)> <* insert title and heading *>

<(Title)>

<* BODY starts here, but ends in *> <* ** macro FOOTLINE ** ** insert author's email address and current date & time ** at end of page *> <$macro FOOTLINE>
Updated by at <(GetTime())>